home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilmisc / patchlib.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  61 lines

  1. Short:        High-level replacement for Setfunction V5.29 BETA
  2. Author:       snfuchs@sokrates.franken.de
  3. Uploader:     snfuchs@sokrates.franken.de
  4. Version:      5.29
  5. Type:         util/libs
  6. Distribution: NoCD
  7.  
  8.  
  9. This is a BETA release.
  10.  
  11. This is the fifth release of the patch.library (V5.29 BETA) programmer's pack.
  12. Its main features are:
  13.  
  14. - Remove your patches ANY TIME even if another program has installed a patch
  15.   afterwards
  16. - Limit the tasks using the patch by taskname, taskid or a pattern of tasknames
  17. - no problems patching pre-V36 dos.library
  18. - automatically flushes caches, when required
  19. - priority system lets you decide, which patch to run first
  20. - enable or disable patches
  21. - Remove many patches with one function call (project management)
  22. - automatically extend stacks, if required
  23. - ...
  24. Support programs offer even more features!
  25.  
  26. To sum it up:
  27.     It's easy to use, expandable and safe.
  28.  
  29.  
  30. Major changes since the last Beta (V5.15)
  31. - The tag PATT_SaveRegisters has been dropped (Never worked reliable)
  32. - New Extended-Result-System added:
  33.    - This allows writing patches in 100% SAS/C
  34.    - New function PatchAlloc() added
  35.    - New tag PATT_UseXResult added
  36.    - Example program LongDelay included
  37. - Low memory handler sometimes did not all it could do
  38. - some bugs were fixed
  39.  
  40.  
  41. News since the V4 release:
  42. - Notification system
  43. - Automatic stack extension system
  44. - Include/exclude tasks via pattern
  45. - Change priority of active patches
  46. - PATT_LibName now accepts full paths
  47. - New version of PatchList included
  48. - Many bugs fixed
  49. - ....
  50.  
  51.  
  52.  
  53.  
  54. Also within this archive:
  55. - ShowNeededFiles patches dos.library to print messages whenever Open(),
  56.   LoadSeg() or Lock() is called. Assembler source is included.
  57. - CPUClr patches graphics.library/BltClear() to use the CPU instead of the Blitter
  58.   (saves some time on a faster Amiga). Assembler source is included.
  59. - PatchList displays informations about patches of library functions
  60.     installed with patch.library.
  61.